home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFWZ / TFWZ.txt
Text File  |  2002-03-27  |  9KB  |  374 lines

  1. object fwz: Tfwz
  2.   Left = 269
  3.   Top = 146
  4.   BorderStyle = bsSingle
  5.   Caption = 'Wydanie zewn'#281'trzne'
  6.   ClientHeight = 390
  7.   ClientWidth = 618
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 192
  21.     Top = 24
  22.     Width = 55
  23.     Height = 13
  24.     Caption = 'Symbol WZ'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 488
  28.     Top = 16
  29.     Width = 23
  30.     Height = 13
  31.     Caption = 'Data'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 48
  36.     Width = 63
  37.     Height = 13
  38.     Caption = 'Nazwa firmy :'
  39.   end
  40.   object Label4: TLabel
  41.     Left = 8
  42.     Top = 64
  43.     Width = 36
  44.     Height = 13
  45.     Caption = 'Adres : '
  46.   end
  47.   object lFirma: TLabel
  48.     Left = 96
  49.     Top = 48
  50.     Width = 27
  51.     Height = 13
  52.     Caption = 'lFirma'
  53.   end
  54.   object lAdres: TLabel
  55.     Left = 96
  56.     Top = 64
  57.     Width = 29
  58.     Height = 13
  59.     Caption = 'lAdres'
  60.   end
  61.   object Label5: TLabel
  62.     Left = 64
  63.     Top = 304
  64.     Width = 24
  65.     Height = 13
  66.     Caption = 'firmie'
  67.   end
  68.   object Label6: TLabel
  69.     Left = 8
  70.     Top = 328
  71.     Width = 43
  72.     Height = 13
  73.     Caption = 'P'#322'atno'#347#263
  74.   end
  75.   object Label7: TLabel
  76.     Left = 456
  77.     Top = 344
  78.     Width = 43
  79.     Height = 13
  80.     Caption = 'Warto'#347#263' '
  81.   end
  82.   object lWartosc: TLabel
  83.     Left = 520
  84.     Top = 344
  85.     Width = 89
  86.     Height = 13
  87.     Alignment = taRightJustify
  88.     Caption = 'lWartosc'
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clWindowText
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.   end
  96.   object Label8: TLabel
  97.     Left = 456
  98.     Top = 320
  99.     Width = 29
  100.     Height = 13
  101.     Caption = 'Rabat'
  102.   end
  103.   object lRabat: TLabel
  104.     Left = 504
  105.     Top = 320
  106.     Width = 105
  107.     Height = 13
  108.     Alignment = taRightJustify
  109.     Caption = 'lRabat'
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clWindowText
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.   end
  117.   object eSymbol: TEdit
  118.     Left = 264
  119.     Top = 16
  120.     Width = 121
  121.     Height = 21
  122.     TabOrder = 0
  123.   end
  124.   object eData: TDateTimePicker
  125.     Left = 528
  126.     Top = 8
  127.     Width = 82
  128.     Height = 21
  129.     CalAlignment = dtaLeft
  130.     Date = 37308.923422858800000000
  131.     Time = 37308.923422858800000000
  132.     DateFormat = dfShort
  133.     DateMode = dmComboBox
  134.     Kind = dtkDate
  135.     ParseInput = False
  136.     TabOrder = 1
  137.   end
  138.   object dbg: TDBGrid
  139.     Left = 0
  140.     Top = 88
  141.     Width = 617
  142.     Height = 193
  143.     DataSource = ds
  144.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  145.     TabOrder = 2
  146.     TitleFont.Charset = DEFAULT_CHARSET
  147.     TitleFont.Color = clWindowText
  148.     TitleFont.Height = -11
  149.     TitleFont.Name = 'MS Sans Serif'
  150.     TitleFont.Style = []
  151.     Columns = <
  152.       item
  153.         Expanded = False
  154.         FieldName = 'numer'
  155.         Visible = True
  156.       end
  157.       item
  158.         Expanded = False
  159.         FieldName = 'nazwa_towaru'
  160.         Width = 259
  161.         Visible = True
  162.       end
  163.       item
  164.         Expanded = False
  165.         FieldName = 'ilosc'
  166.         Visible = True
  167.       end
  168.       item
  169.         Expanded = False
  170.         FieldName = 'cena'
  171.         Visible = True
  172.       end
  173.       item
  174.         Expanded = False
  175.         FieldName = 'wartosc'
  176.         Visible = True
  177.       end
  178.       item
  179.         Expanded = False
  180.         FieldName = 'rabat'
  181.         Visible = True
  182.       end>
  183.   end
  184.   object bZapisz: TBitBtn
  185.     Left = 224
  186.     Top = 360
  187.     Width = 75
  188.     Height = 25
  189.     Caption = '&Zapisz'
  190.     TabOrder = 3
  191.     Glyph.Data = {
  192.       DE010000424DDE01000000000000760000002800000024000000120000000100
  193.       0400000000006801000000000000000000001000000010000000000000000000
  194.       80000080000000808000800000008000800080800000C0C0C000808080000000
  195.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  196.       3333333333333333333333330000333333333333333333333333F33333333333
  197.       00003333344333333333333333388F3333333333000033334224333333333333
  198.       338338F3333333330000333422224333333333333833338F3333333300003342
  199.       222224333333333383333338F3333333000034222A22224333333338F338F333
  200.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  201.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  202.       0000333333333A222433333333333338F338F33300003333333333A222433333
  203.       333333338F338F33000033333333333A222433333333333338F338F300003333
  204.       33333333A222433333333333338F338F00003333333333333A22433333333333
  205.       3338F38F000033333333333333A223333333333333338F830000333333333333
  206.       333A333333333333333338330000333333333333333333333333333333333333
  207.       0000}
  208.     NumGlyphs = 2
  209.   end
  210.   object bRezygnuj: TBitBtn
  211.     Left = 360
  212.     Top = 360
  213.     Width = 81
  214.     Height = 25
  215.     Caption = '&Rezygnuj'
  216.     TabOrder = 4
  217.     OnClick = bRezygnujClick
  218.     Glyph.Data = {
  219.       DE010000424DDE01000000000000760000002800000024000000120000000100
  220.       0400000000006801000000000000000000001000000010000000000000000000
  221.       80000080000000808000800000008000800080800000C0C0C000808080000000
  222.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  223.       333333333333333333333333000033338833333333333333333F333333333333
  224.       0000333911833333983333333388F333333F3333000033391118333911833333
  225.       38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  226.       911118111118333338F3338F833338F3000033333911111111833333338F3338
  227.       3333F8330000333333911111183333333338F333333F83330000333333311111
  228.       8333333333338F3333383333000033333339111183333333333338F333833333
  229.       00003333339111118333333333333833338F3333000033333911181118333333
  230.       33338333338F333300003333911183911183333333383338F338F33300003333
  231.       9118333911183333338F33838F338F33000033333913333391113333338FF833
  232.       38F338F300003333333333333919333333388333338FFF830000333333333333
  233.       3333333333333333333888330000333333333333333333333333333333333333
  234.       0000}
  235.     NumGlyphs = 2
  236.   end
  237.   object bDodaj: TBitBtn
  238.     Left = 176
  239.     Top = 288
  240.     Width = 75
  241.     Height = 25
  242.     Caption = '&Dodaj'
  243.     TabOrder = 5
  244.     OnClick = bDodajClick
  245.   end
  246.   object bKasuj: TBitBtn
  247.     Left = 288
  248.     Top = 288
  249.     Width = 75
  250.     Height = 25
  251.     Caption = '&Kasuj'
  252.     TabOrder = 6
  253.   end
  254.   object bZmien: TBitBtn
  255.     Left = 400
  256.     Top = 288
  257.     Width = 75
  258.     Height = 25
  259.     Caption = 'Z&mien'
  260.     TabOrder = 7
  261.   end
  262.   object bDrukuj: TBitBtn
  263.     Left = 32
  264.     Top = 360
  265.     Width = 75
  266.     Height = 25
  267.     Caption = 'D&rukuj'
  268.     TabOrder = 8
  269.     Visible = False
  270.   end
  271.   object cbRabat: TCheckBox
  272.     Left = 0
  273.     Top = 288
  274.     Width = 161
  275.     Height = 17
  276.     Caption = 'Uwzgl'#281'dniaj rabat przyznany'
  277.     Checked = True
  278.     State = cbChecked
  279.     TabOrder = 9
  280.   end
  281.   object cbPlatnosc: TComboBox
  282.     Left = 64
  283.     Top = 320
  284.     Width = 145
  285.     Height = 21
  286.     Style = csDropDownList
  287.     ItemHeight = 13
  288.     TabOrder = 10
  289.   end
  290.   object ds: TDataSource
  291.     DataSet = mt
  292.     Left = 128
  293.     Top = 128
  294.   end
  295.   object mt: TkbmMemTable
  296.     Active = True
  297.     DesignActivation = True
  298.     AttachedAutoRefresh = True
  299.     AttachMaxCount = 1
  300.     FieldDefs = <
  301.       item
  302.         Name = 'numer'
  303.         DataType = ftInteger
  304.       end
  305.       item
  306.         Name = 'numer_towaru'
  307.         DataType = ftInteger
  308.       end
  309.       item
  310.         Name = 'nazwa_towaru'
  311.         DataType = ftString
  312.         Size = 70
  313.       end
  314.       item
  315.         Name = 'ilosc'
  316.         DataType = ftFloat
  317.       end
  318.       item
  319.         Name = 'cena'
  320.         DataType = ftFloat
  321.       end
  322.       item
  323.         Name = 'wartosc'
  324.         DataType = ftCurrency
  325.       end
  326.       item
  327.         Name = 'rabat'
  328.         DataType = ftFloat
  329.       end>
  330.     IndexDefs = <>
  331.     SortOptions = []
  332.     AllDataOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveBlobs, mtfSaveFiltered, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail, mtfSaveDeltas]
  333.     CommaTextOptions = [mtfSaveData]
  334.     CSVQuote = '"'
  335.     CSVFieldDelimiter = ','
  336.     CSVRecordDelimiter = ','
  337.     CSVTrueString = 'True'
  338.     CSVFalseString = 'False'
  339.     PersistentSaveOptions = [mtfSaveData, mtfSaveNonVisible, mtfSaveIgnoreRange, mtfSaveIgnoreMasterDetail]
  340.     PersistentBackup = False
  341.     ProgressFlags = [mtpcLoad, mtpcSave, mtpcCopy]
  342.     FilterOptions = []
  343.     Version = '2.53b'
  344.     LanguageID = 0
  345.     SortID = 0
  346.     SubLanguageID = 1
  347.     LocaleID = 1024
  348.     Left = 168
  349.     Top = 128
  350.     object mtnumer: TIntegerField
  351.       FieldName = 'numer'
  352.     end
  353.     object mtnumer_towaru: TIntegerField
  354.       FieldName = 'numer_towaru'
  355.     end
  356.     object mtnazwa_towaru: TStringField
  357.       FieldName = 'nazwa_towaru'
  358.       Size = 70
  359.     end
  360.     object mtilosc: TFloatField
  361.       FieldName = 'ilosc'
  362.     end
  363.     object mtcena: TFloatField
  364.       FieldName = 'cena'
  365.     end
  366.     object mtwartosc: TCurrencyField
  367.       FieldName = 'wartosc'
  368.     end
  369.     object mtrabat: TFloatField
  370.       FieldName = 'rabat'
  371.     end
  372.   end
  373. end
  374.